Description
Remove a list of documents from a collection. No value is returned.
Operation id | Collection.RemoveFromCollection |
Category | Document |
Label | Remove from collection |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | document, documents |
Implementation Information
JSON Definition
{
"id" : "Collection.RemoveFromCollection",
"label" : "Remove from collection",
"category" : "Document",
"requires" : null,
"description" : "Remove a list of documents from a collection. No value is returned.",
"url" : "Collection.RemoveFromCollection",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ {
"name" : "collection",
"description" : null,
"type" : "document",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}